home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1994 November: Tool Chest / Dev.CD Nov 94.toast / Tool Chest / Development Tools & Languages / MPW Related / DTS MPW Goodies / Docs & Help Files / Print2.Help < prev   
Encoding:
Text File  |  1990-09-14  |  1.7 KB  |  30 lines  |  [TEXT/MPS ]

  1. Print2                        # A tool for printing "side by side" pages in landscape mode 
  2.  
  3. Print2 [option…] [file…]  < file ≥ progress
  4.     -1                        # behave like the standard MPW Print tool (print one per page)
  5.     -3                        # setup for 3 hole prepunched paper - that is, adjust margins
  6.                             # so that the holes are outside the printing area.
  7.                             # If printing "side by side" pages is selected, the page is flipped both
  8.                             # horizontally and vertically so that the holes will be at the top
  9.                             # of the page (default puts holes at bottom of page).
  10.     -b                        # print a border around the text
  11.     -b2                        # alternate form of border
  12.     -c[opies] n             # print n copies
  13.     -f[ont] name            # print using specified font
  14.     -h                        # print headers (time, file, page)
  15.     -hf[ont] name            # print headers using specified font
  16.     -hs[ize] n                # print headers using specified font size
  17.     -ht n                    # "Hardwired tabs" - There is a tab stop every n spaces, n=0 means
  18.                             # use the tab setting of the document (Which is probably what you
  19.                             # want).  This works well for printing proportional fonts if the 
  20.                             # document is printed at the same or 1/2 of the screen font size.
  21.                             # Basically gives you WYSISYG printing of proportional fonts.
  22.     -ls n[.n]               # line spacing (2 means double-space)
  23.     -md                        # use modification date of file for time in header
  24.     -n                      # print line numbers to left of text
  25.     -nw [-]n                # width of line numbers, - indicates zero padding
  26.     -p                        # write progress information to diagnostics
  27.     -ps filename            # include PostScript file as background for each page
  28.     -s[ize] n                # print using specified font size
  29.     -t[abs] n                # consider tabs to be n spaces
  30.